home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 72 / maccd 72.iso / updates / HTML Xtra 2.0.5 / HTML205.sit / HTML205 / xtradoc.dir / 00007.ls < prev    next >
Encoding:
Text File  |  1999-02-22  |  285 b   |  13 lines

  1. on mouseUp
  2.   global metalist
  3.   set ml to the mouseLine
  4.   set metacount to count(metalist)
  5.   if (ml < metacount) and (ml > 0) then
  6.     puppetSound("time")
  7.     updateStage()
  8.     set str to getAt(getAt(metalist, ml), 2)
  9.     htmldolinkabs("html", str)
  10.     htmlgetmeta("html")
  11.   end if
  12. end
  13.